CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - KD TREE

搜索资源列表

  1. Kd-tree

    0下载:
  2. KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4525
    • 提供者:nanyuan
  1. sift_robhess.rar

    0下载:
  2. Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差,Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same name, points, RANSAC to gross
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:181805
    • 提供者:lonfan
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:624713
    • 提供者:duckur
  1. KD-Tree

    2下载:
  2. 光线追踪的cuda程序,基于cuda实现,大大加速了速度。-Cuda ray tracing program, based on cuda implementation, greatly accelerating the speed.
  3. 所属分类:3D图形编程

    • 发布日期:2013-07-08
    • 文件大小:12245
    • 提供者:wangpichao
  1. SIFT_area_match

    1下载:
  2. SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。-different area SIFT algorithm which is better than the original SIFT and KD tree match.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-12
    • 文件大小:6444974
    • 提供者:jiba
  1. kdtree

    0下载:
  2. kd树类的实现。内部提供了三种搜索方法。-kd tree class implementation。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1108296
    • 提供者:彭合国
  1. kdtree

    1下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:yangronghao
  1. KD_Tree

    0下载:
  2. KD_Tree In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a m
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4177
    • 提供者:Lee Sangmin
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for points of the same name, RANS
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:448526
    • 提供者:lonfan
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:111913
    • 提供者:黄常标
  1. kd_tree

    0下载:
  2. 一个高效的k-d tree实现,可以广泛的应用与图形图像处理。-K nearest neighbor search based on KD-tree
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:24470
    • 提供者:南亮亮
  1. flann-1.2-src

    0下载:
  2. 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:277085
    • 提供者:
  1. An_intoductory_tutorial_on_kd_trees

    0下载:
  2. 一篇介绍kd-tree算法的比较实用的英文文章,内容详细,有利于初学者使用!-Kd-tree algorithm is a descr iption of the more practical English articles, detailed help beginners to use!
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:133106
    • 提供者:晨间
  1. kdtree

    0下载:
  2. In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a multidime
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3933
    • 提供者:Lee Sangmin
  1. kdtree1.2

    0下载:
  2. kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:132560
    • 提供者:yaoyao
  1. kdtree_in_matlab

    0下载:
  2. kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:60815
    • 提供者:yaoyao
  1. BOS_NLTV_v1

    0下载:
  2. kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6211404
    • 提供者:luyang
  1. 10.1.1.10.818

    0下载:
  2. 关于数据库多维索引结构KD树的介绍,包括构建和检索的算法。-Multi-dimensional database index structure on the introduction of KD tree, including the construction and retrieval algorithms
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-23
    • 文件大小:152784
    • 提供者:李光瑞
  1. KD-tree

    0下载:
  2. C++构建简单的KD树并查找K近邻,是一篇文档,内附代码,代码亲测可用(C++ to build a simple KD tree, and find K nearest neighbor, is a document, enclosing code, code pro test available)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-11
    • 文件大小:235906
    • 提供者:StephenYoung
  1. kd-tree

    0下载:
  2. kd-tree点云索引方法,源码以及应用实例解析(kd-tree point cloud code)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:雨落潇湘
« 12 3 4 5 6 »
搜珍网 www.dssz.com